home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / moda3.swf / scripts / DefineButton2_371 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-07-06  |  120 b   |  9 lines

  1. on(release){
  2.    gotoAndStop(3);
  3.    stopAllSounds();
  4.    tellTarget("bg_sound")
  5.    {
  6.       gotoAndPlay(2);
  7.    }
  8. }
  9.